home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global NextMovie
- set sphinct to grablevel(NextMovie)
- if sphinct = 1 then
- set soundname to "easy"
- else
- if sphinct = 2 then
- set soundname to "hard"
- else
- set soundname to "harder"
- end if
- end if
- puppetSound(soundname)
- end
-